home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Helpers / Tzu Release 4 / Tool Development / TzuTextUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-15  |  181 b   |  3 lines  |  [TEXT/MMCC]

  1. #pragma once
  2. pascal void InsertText(Handle hText,long insertOffset,long insertLen,const void *insert);
  3. pascal void DeleteText(Handle hText,long offsetToDirtyText,long dirtyTextLen);